home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 August / Oasis demo.iso / Internet / Msn / COMPNTS / OPTIONAL.EXE / RCDATA / CABINET / optional.inf < prev    next >
Windows Setup INFormation  |  1996-10-05  |  4KB  |  147 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. AdvancedINF=2.0
  4.  
  5. [SourceDisksNames]            
  6. 1="MSN Optional Controls",,1
  7.  
  8. [SourceDisksFiles]
  9. rifffsup.ocx=1
  10. dscvr.dll=1
  11. actpmnt.ocx=1
  12. iemenu.ocx=1
  13. iepopwnd.ocx=1
  14. portfol.ocx=1
  15. msnwebqt.dll=1
  16. wosaxrt.dll=1
  17. invutil.dll=1
  18. wb32lib4.dll=1
  19. wb32lib5.dll=1
  20. iexrt.ocx=1
  21. newsctl.dll=1
  22. newscli.dll=1
  23.  
  24. [DefaultInstall]
  25. Copyfiles=Install.CopyFiles,Install.CopyFiles.INF,Install.CopyFiles.Sys
  26. AddReg=Install.AddReg
  27. CustomDestination=MyCustomDestination
  28. RunPostSetupCommands=Register.Custom
  29.  
  30. [Remove]
  31. BeginPrompt=Remove.BeginPrompt
  32. EndPrompt=Remove.EndPrompt
  33. DelFiles=Remove.DelFiles,Remove.DelFiles.Sys
  34. DelReg=Remove.DelReg
  35. UnRegisterOCXs=Register.Controls
  36. CustomDestination=UnCustomDestination
  37.  
  38. [Install.CopyFiles]
  39. rifffsup.ocx,,,32
  40. actpmnt.ocx,,,32
  41. iemenu.ocx,,,32
  42. iepopwnd.ocx,,,32
  43. portfol.ocx,,,32
  44. iexrt.ocx,,,32
  45. newsctl.dll,,,32
  46. newscli.dll,,,32
  47.  
  48. [Install.CopyFile.Sys]
  49. dscvr.dll,,,32
  50. wosaxrt.dll,,,32
  51. msnwebqt.dll,,,32
  52. invutil.dll,,,32
  53. wb32lib4.dll,,,32
  54. wb32lib5.dll,,,32
  55.  
  56. [Remove.DelFiles]
  57. rifffsup.ocx
  58. actpmnt.ocx
  59. iemenu.ocx
  60. iepopwnd.ocx
  61. portfol.ocx
  62. iexrt.ocx
  63. newsctl.dll
  64. newscli.dll
  65.  
  66. [Remove.DelFiles.Sys]
  67. dscvr.dll
  68. wosaxrt.dll
  69. msnwebqt.dll
  70. invutil.dll
  71. wb32lib4.dll
  72. wb32lib5.dll
  73.  
  74. [Install.CopyFiles.INF]
  75. optional.inf
  76.  
  77. [Register.Controls]
  78. %49000%\rifffsup.ocx
  79. %49000%\actpmnt.ocx
  80. %49000%\iemenu.ocx
  81. %49000%\iepopwnd.ocx
  82. %49000%\portfol.ocx
  83. %49000%\iexrt.ocx
  84. %49000%\newsctl.dll
  85. %49000%\newscli.dll
  86.  
  87. [Register.Custom]
  88. %11%\regsvr32.exe /s %49000%\rifffsup.ocx
  89. %11%\regsvr32.exe /s %49000%\actpmnt.ocx
  90. %11%\regsvr32.exe /s %49000%\iemenu.ocx
  91. %11%\regsvr32.exe /s %49000%\iepopwnd.ocx
  92. %11%\regsvr32.exe /s %49000%\portfol.ocx
  93. %11%\regsvr32.exe /s %49000%\iexrt.ocx
  94. %11%\regsvr32.exe /s %49000%\newsctl.dll
  95. %11%\regsvr32.exe /s %49000%\newscli.dll
  96.  
  97. [Install.AddReg]
  98. HKLM,%MSNOCXKEY%,InstallDir,,%49000%
  99. HKLM,%UninstallPath%,DisplayName,,%APPTITLE%
  100. HKLM,%UninstallPath%,UninstallString,,"RunDll32 advpack.dll,LaunchINFSection %49000%\optional.inf,Remove"
  101.  
  102. [Remove.DelReg]
  103. HKLM,%MSNOCXKEY%,InstallDir
  104. HKLM,%UninstallPath%
  105. HKLM,"Software\Microsoft\Active Setup\Installed Components\{D32D7FF3-075C-11D0-95A4-00C04FD658CE}"
  106.  
  107. [DestinationDirs]
  108. Install.CopyFiles=49000
  109. Install.CopyFiles.INF=49000
  110. Remove.DelFiles=49000
  111. Install.CopyFiles.Sys=11
  112. Remove.DelFiles.Sys=11
  113.  
  114. [Remove.BeginPrompt]
  115. Prompt="%REMOVE_CONFIRMATION_PROMPT%"
  116. ButtonType=YESNO
  117. TITLE="%APPTITLE%"
  118.  
  119. [Remove.EndPrompt]
  120. Prompt="%REMOVE_COMPLETION_PROMPT%"
  121.  
  122. [MyCustomDestination]
  123. 49000=PackageDestination49000,1
  124.  
  125. [UnCustomDestination]
  126. 49000=PackageDestination49000,5
  127.  
  128. [PackageDestination49000]
  129. HKLM,%MSNOCXKEY%,InstallDir,"",""
  130. "","","",%DirPrompt%,"%24%\Progra~1\OnMSN\OCX\"
  131.  
  132. [Strings]
  133. MSNOCXKEY     = "SOFTWARE\Microsoft\MSN\OptionalOCX"
  134. APPTITLE     = "MSN Optional Controls"
  135. UninstallPath= "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSN Optional Controls"
  136.  
  137. ; ************************************************************************
  138. ; LOCALIZATION BORDER
  139. ;
  140. ; No strings above this line should be localized.
  141. ; All strings below this line should be localized.
  142. ; ************************************************************************
  143.  
  144. DirPrompt      = "Where do you want to install the MSN Optional Controls?"
  145. REMOVE_CONFIRMATION_PROMPT = "This will remove the MSN Optional Controls.  Do you wish to continue?"
  146. REMOVE_COMPLETION_PROMPT = "MSN Optional Controls have been removed successfully."
  147.